home *** CD-ROM | disk | FTP | other *** search
- global gCurLocation, gFSediting
-
- on exitFrame
- UtilUpdateFrame()
- puppetSprite(13, 1)
- puppetSprite(15, 1)
- set the visible of sprite 13 to 0
- set the visible of sprite 15 to 0
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- if gFSediting then
- go("TwoDChart")
- else
- GotoLocation(GetActivity(gCurLocation, #TwoDChart))
- end if
- end
-